Crate linuxvideo

source ·
Expand description

Linux video device library.

This library provides a (hopefully) convenient and high-level wrapper around the V4L2 ioctls, and allows accessing video devices (capture cards, webcams, etc.) on Linux systems.

Modules

  • Device control enumeration and access.
  • Image and pixel formats.
  • Streaming I/O.
  • USB Video Class extensions.

Structs

Functions

  • Returns an iterator over all connected V4L2 devices.